Drop an extra dir from builtin icons
authorMatthias Clasen <mclasen@redhat.com>
Mon, 30 Jun 2014 20:23:28 +0000 (16:23 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 30 Jun 2014 20:23:28 +0000 (16:23 -0400)
commitc2a22feb2736252d95648761e16d0eb3a841bbfb
tree4ccdeb824095fdb6ec92efdffba54f78f7ca713d
parentc28d938a242849354fc354468db25460c60dd849
Drop an extra dir from builtin icons

Make icon lookup from resources work without the extra hicolor
component in the path. It is redundant, since we always treat
builtin icons as part of hicolor anyway.
84 files changed:
gtk/Makefile.am
gtk/gtkicontheme.c
gtk/resources/icons/16x16/actions/gtk-caps-lock-warning.png [new file with mode: 0644]
gtk/resources/icons/16x16/actions/gtk-color-picker.png [new file with mode: 0644]
gtk/resources/icons/16x16/actions/gtk-connect.png [new file with mode: 0644]
gtk/resources/icons/16x16/actions/gtk-convert.png [new file with mode: 0644]
gtk/resources/icons/16x16/actions/gtk-disconnect.png [new file with mode: 0644]
gtk/resources/icons/16x16/actions/gtk-edit.png [new file with mode: 0644]
gtk/resources/icons/16x16/actions/gtk-index.png [new file with mode: 0644]
gtk/resources/icons/16x16/actions/gtk-orientation-landscape.png [new file with mode: 0644]
gtk/resources/icons/16x16/actions/gtk-orientation-portrait.png [new file with mode: 0644]
gtk/resources/icons/16x16/actions/gtk-orientation-reverse-landscape.png [new file with mode: 0644]
gtk/resources/icons/16x16/actions/gtk-orientation-reverse-portrait.png [new file with mode: 0644]
gtk/resources/icons/16x16/actions/gtk-page-setup.png [new file with mode: 0644]
gtk/resources/icons/16x16/actions/gtk-preferences.png [new file with mode: 0644]
gtk/resources/icons/16x16/actions/gtk-select-color.png [new file with mode: 0644]
gtk/resources/icons/16x16/actions/gtk-select-font.png [new file with mode: 0644]
gtk/resources/icons/16x16/actions/gtk-undelete-ltr.png [new file with mode: 0644]
gtk/resources/icons/16x16/actions/gtk-undelete-rtl.png [new file with mode: 0644]
gtk/resources/icons/22x22/actions/gtk-apply.png [new file with mode: 0644]
gtk/resources/icons/22x22/actions/gtk-cancel.png [new file with mode: 0644]
gtk/resources/icons/22x22/actions/gtk-no.png [new file with mode: 0644]
gtk/resources/icons/22x22/actions/gtk-ok.png [new file with mode: 0644]
gtk/resources/icons/22x22/actions/gtk-yes.png [new file with mode: 0644]
gtk/resources/icons/24x24/actions/gtk-caps-lock-warning.png [new file with mode: 0644]
gtk/resources/icons/24x24/actions/gtk-color-picker.png [new file with mode: 0644]
gtk/resources/icons/24x24/actions/gtk-connect.png [new file with mode: 0644]
gtk/resources/icons/24x24/actions/gtk-convert.png [new file with mode: 0644]
gtk/resources/icons/24x24/actions/gtk-disconnect.png [new file with mode: 0644]
gtk/resources/icons/24x24/actions/gtk-edit.png [new file with mode: 0644]
gtk/resources/icons/24x24/actions/gtk-index.png [new file with mode: 0644]
gtk/resources/icons/24x24/actions/gtk-orientation-landscape.png [new file with mode: 0644]
gtk/resources/icons/24x24/actions/gtk-orientation-portrait.png [new file with mode: 0644]
gtk/resources/icons/24x24/actions/gtk-orientation-reverse-landscape.png [new file with mode: 0644]
gtk/resources/icons/24x24/actions/gtk-orientation-reverse-portrait.png [new file with mode: 0644]
gtk/resources/icons/24x24/actions/gtk-page-setup.png [new file with mode: 0644]
gtk/resources/icons/24x24/actions/gtk-preferences.png [new file with mode: 0644]
gtk/resources/icons/24x24/actions/gtk-select-color.png [new file with mode: 0644]
gtk/resources/icons/24x24/actions/gtk-select-font.png [new file with mode: 0644]
gtk/resources/icons/24x24/actions/gtk-undelete-ltr.png [new file with mode: 0644]
gtk/resources/icons/24x24/actions/gtk-undelete-rtl.png [new file with mode: 0644]
gtk/resources/icons/32x32/actions/gtk-dnd-multiple.png [new file with mode: 0644]
gtk/resources/icons/32x32/actions/gtk-dnd.png [new file with mode: 0644]
gtk/resources/icons/hicolor/16x16/actions/gtk-caps-lock-warning.png [deleted file]
gtk/resources/icons/hicolor/16x16/actions/gtk-color-picker.png [deleted file]
gtk/resources/icons/hicolor/16x16/actions/gtk-connect.png [deleted file]
gtk/resources/icons/hicolor/16x16/actions/gtk-convert.png [deleted file]
gtk/resources/icons/hicolor/16x16/actions/gtk-disconnect.png [deleted file]
gtk/resources/icons/hicolor/16x16/actions/gtk-edit.png [deleted file]
gtk/resources/icons/hicolor/16x16/actions/gtk-index.png [deleted file]
gtk/resources/icons/hicolor/16x16/actions/gtk-orientation-landscape.png [deleted file]
gtk/resources/icons/hicolor/16x16/actions/gtk-orientation-portrait.png [deleted file]
gtk/resources/icons/hicolor/16x16/actions/gtk-orientation-reverse-landscape.png [deleted file]
gtk/resources/icons/hicolor/16x16/actions/gtk-orientation-reverse-portrait.png [deleted file]
gtk/resources/icons/hicolor/16x16/actions/gtk-page-setup.png [deleted file]
gtk/resources/icons/hicolor/16x16/actions/gtk-preferences.png [deleted file]
gtk/resources/icons/hicolor/16x16/actions/gtk-select-color.png [deleted file]
gtk/resources/icons/hicolor/16x16/actions/gtk-select-font.png [deleted file]
gtk/resources/icons/hicolor/16x16/actions/gtk-undelete-ltr.png [deleted file]
gtk/resources/icons/hicolor/16x16/actions/gtk-undelete-rtl.png [deleted file]
gtk/resources/icons/hicolor/22x22/actions/gtk-apply.png [deleted file]
gtk/resources/icons/hicolor/22x22/actions/gtk-cancel.png [deleted file]
gtk/resources/icons/hicolor/22x22/actions/gtk-no.png [deleted file]
gtk/resources/icons/hicolor/22x22/actions/gtk-ok.png [deleted file]
gtk/resources/icons/hicolor/22x22/actions/gtk-yes.png [deleted file]
gtk/resources/icons/hicolor/24x24/actions/gtk-caps-lock-warning.png [deleted file]
gtk/resources/icons/hicolor/24x24/actions/gtk-color-picker.png [deleted file]
gtk/resources/icons/hicolor/24x24/actions/gtk-connect.png [deleted file]
gtk/resources/icons/hicolor/24x24/actions/gtk-convert.png [deleted file]
gtk/resources/icons/hicolor/24x24/actions/gtk-disconnect.png [deleted file]
gtk/resources/icons/hicolor/24x24/actions/gtk-edit.png [deleted file]
gtk/resources/icons/hicolor/24x24/actions/gtk-index.png [deleted file]
gtk/resources/icons/hicolor/24x24/actions/gtk-orientation-landscape.png [deleted file]
gtk/resources/icons/hicolor/24x24/actions/gtk-orientation-portrait.png [deleted file]
gtk/resources/icons/hicolor/24x24/actions/gtk-orientation-reverse-landscape.png [deleted file]
gtk/resources/icons/hicolor/24x24/actions/gtk-orientation-reverse-portrait.png [deleted file]
gtk/resources/icons/hicolor/24x24/actions/gtk-page-setup.png [deleted file]
gtk/resources/icons/hicolor/24x24/actions/gtk-preferences.png [deleted file]
gtk/resources/icons/hicolor/24x24/actions/gtk-select-color.png [deleted file]
gtk/resources/icons/hicolor/24x24/actions/gtk-select-font.png [deleted file]
gtk/resources/icons/hicolor/24x24/actions/gtk-undelete-ltr.png [deleted file]
gtk/resources/icons/hicolor/24x24/actions/gtk-undelete-rtl.png [deleted file]
gtk/resources/icons/hicolor/32x32/actions/gtk-dnd-multiple.png [deleted file]
gtk/resources/icons/hicolor/32x32/actions/gtk-dnd.png [deleted file]